home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / scriptdef / Shopping Days Until Christmas.sd < prev    next >
INI File  |  2006-09-13  |  1KB  |  46 lines

  1. [SUBJECT]
  2. Description=Display the number of shopping days left until Christmas
  3. ImageIndex=-1
  4. Folder=Mathematics
  5.  
  6.  
  7. [BODY_TEXT]
  8. ;<!--JavaScript from ISN Toolbox 
  9. ;Copyright 1996, Infohiway Server Network.  Restricted use (commercial
  10. ;and personal OK so long as this code is not *directly* sold) is hereby 
  11. ;granted, providing this notice is buried somewhere in your HTML 
  12. ;document.  A link to http://www.infohiway.com is certainly 
  13. ;appreciated, but is absolutely and positively not necessary. :-) -->
  14. ;<CENTER>
  15. ;
  16. ;<script language="JavaScript">
  17. ;<!-- Hide Script from Java-Impaired Browsers
  18. ;// fixes a Netscape 2 and 3 bug
  19. ;function mygetFullYear(d) { // d is a date object
  20. ; yr = d.getYear();
  21. ; if (yr < 1000)
  22. ;  yr+=1900;
  23. ; return yr;
  24. ;}
  25. ;function getRemaining() {
  26. ; today = new Date();
  27. ; targetdate = new Date("December 25, "+mygetFullYear(today)); 
  28. ; milliseconds = (24 * 60 * 60 * 1000);
  29. ; remaining = ((targetdate.getTime() - today.getTime()) / milliseconds); 
  30. ; return Math.round(remaining);
  31. ;}
  32. ;document.write("<TABLE BORDER=3 cellpadding=5><TR><TD ALIGN=CENTER><BR>"
  33. ; + "<FONT SIZE='5' COLOR='red'><B>`Caption`<P>"
  34. ; + "<B>There Are Only ",getRemaining()," Shopping Days<P>Remaining "
  35. ; + "Until Christmas!</B></FONT><P></TD></TR></TABLE><P>");
  36. ;// End Hiding Script -->
  37. ;</script>
  38. ;</CENTER>
  39.  
  40.  
  41. [`Caption`]
  42. Kind=S
  43. Value=Just a Reminder . . .
  44.  
  45.  
  46.